92b14f0da491ed54b93cd9fc02171b2cd8d874b8,app/src/main/java/com/mikepenz/materialdrawer/app/DrawerActivity.java,DrawerActivity,onCreate,#Bundle#,51
Before Change
// Create the AccountHeader
headerResult = new AccountHeaderBuilder()
.withActivity(this)
.withHeaderBackground(R.drawable.header)
.addProfiles(
profile,
profile2,
After Change
// Create the AccountHeader
headerResult = new AccountHeaderBuilder()
.withActivity(this)
.withTranslucentStatusBar(true)
.withHeaderBackground(R.drawable.header)
.addProfiles(
profile,
profile2,